Inductive Dependency Parsing
نویسنده
چکیده
Philologists assure us that it’s worth learning ancient Greek just to read Homer. For any linguist, it’s definitely worth learning French, just to read Lucien Tesnière’s Elements de Syntaxe Structurale (Tesnière 1959). For any serious dependency parsing student or professional, it would have been worth learning Swedish, just to read Joakim Nivre’s Inductive Dependency Parsing if Nivre had not done the world the immense favor of writing his book in English, rather than in his native tongue of glory and heroes. The book demonstrates Nivre’s impressive ability to explain dependency grammar and dependency parsing clearly and succinctly to a wide audience. His overviews of dependency grammars (Section 3.1) and dependency parsing (Section 3.2) should be required reading in any course on the topics. He concisely sums up each relevant approach, often in a single sentence, and those wishing to learn more can rely on his extensive collection of references. The remainder of Chapter 3 sets the board for the proposed novel MALT parser—the book’s main innovation—by formalizing the dependency parsing task and specifying a particular type of deterministic shift-reduce parsing algorithm. Here, the set of parser actions are appropriate for dependency parsing, rather than for constituent parsing, and it is assumed that there is a one-to-one correspondence between dependency analyses and valid, complete sequences of parser actions. Nivre proves that the parsing algorithm correctly performs the formalized dependency parsing task, producing an acyclic, single-headed, projective dependency graph. Whereas the short Chapter 1 consists of the obligatory introduction, motivation, and book overview, it is interesting to discuss Nivre’s ambitious four criteria for a successful dependency parser, stated in Chapter 2:
منابع مشابه
An improved joint model: POS tagging and dependency parsing
Dependency parsing is a way of syntactic parsing and a natural language that automatically analyzes the dependency structure of sentences, and the input for each sentence creates a dependency graph. Part-Of-Speech (POS) tagging is a prerequisite for dependency parsing. Generally, dependency parsers do the POS tagging task along with dependency parsing in a pipeline mode. Unfortunately, in pipel...
متن کاملتأثیر ساختواژهها در تجزیه وابستگی زبان فارسی
Data-driven systems can be adapted to different languages and domains easily. Using this trend in dependency parsing was lead to introduce data-driven approaches. Existence of appreciate corpora that contain sentences and theirs associated dependency trees are the only pre-requirement in data-driven approaches. Despite obtaining high accurate results for dependency parsing task in English langu...
متن کاملGeneralizing Tree Transformations for Inductive Dependency Parsing
Previous studies in data-driven dependency parsing have shown that tree transformations can improve parsing accuracy for specific parsers and data sets. We investigate to what extent this can be generalized across languages/treebanks and parsers, focusing on pseudo-projective parsing, as a way of capturing non-projective dependencies, and transformations used to facilitate parsing of coordinate...
متن کاملUnsupervised Neural Dependency Parsing
Unsupervised dependency parsing aims to learn a dependency grammar from text annotated with only POS tags. Various features and inductive biases are often used to incorporate prior knowledge into learning. One useful type of prior information is that there exist correlations between the parameters of grammar rules involving different POS tags. Previous work employed manually designed features o...
متن کاملPosterior Sparsity in Unsupervised Dependency Parsing
A strong inductive bias is essential in unsupervised grammar induction. In this paper, we explore a particular sparsity bias in dependency grammars that encourages a small number of unique dependency types. We use part-of-speech (POS) tags to group dependencies by parent-child types and investigate sparsity-inducing penalties on the posterior distributions of parent-child POS tag pairs in the p...
متن کامل